Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / DisplayMemberPath Property

In This Topic
    DisplayMemberPath Property (C1ListView<T>)
    In This Topic
    Gets or sets the property name or path of the item that will be used to extract the text that will be displayed.
    Syntax
    'Declaration
     
    
    Public Property DisplayMemberPath As String
    public string DisplayMemberPath {get; set;}
    See Also